home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 71.zip / BS1 part 71 / X-Cad3000_d5.adf / XCdoc / delent < prev    next >
Text File  |  1991-11-22  |  1KB  |  35 lines

  1.  
  2.    7.1.4 DELETE ENTITY
  3.  
  4.  
  5. The DELETE ENTITY command is used to delete entities from an X-CAD drawing.
  6.  
  7.  
  8.    COMMAND FORMAT
  9.  
  10.       #DELETE ENTITY modifiers :Ent x1 x2 ... xn
  11.  
  12. All entities identified after the IDENTS prompt will be deleted. It is
  13. important to note that there is no undo facility in X-CAD so this command
  14. should be used carefully. Once an entity has been deleted, it cannot be
  15. recovered. ( Entering control-Q at any stage will abort the command ).
  16.  
  17. DELETE ENTITY will respect all inter-entity relationships. If an identified
  18. entity has any equal or child members, these and any of their respective
  19. families will also be deleted. ( See UNLINK modifier ).
  20.  
  21. If you are not sure about the overall effect of deleting an entity, it may
  22. be wise to use the VERIFY FAMILY command to highlight family groups, or the
  23. FAMILY mode in IDENTS.
  24.  
  25.  
  26.    MODIFIERS
  27.  
  28. UNLINK         The UNLINK modifier can be used to specify that selected
  29.                entities should have any inter-entity relationships dis-
  30.                connected prior to being deleted. In this case, only entities
  31.                idetified via IDENTS will be be deleted, family groups are
  32.                not traced.
  33.  
  34.  
  35.